You can use editor.config.zIndex to change editor z-index . By default, the editor z-index is 1000.
editor.config.zIndex
z-index
Note: z-index Need >= 0
>= 0
const editor = new E('#div1') editor.config.zIndex = 500 editor.create()